func encoding/binary.encodeFast

4 uses

	encoding/binary (current package)
		binary.go#L397: 			encodeFast(bs, order, data)
		binary.go#L429: 		encodeFast(buf, order, data)
		binary.go#L456: 		encodeFast(pos, order, data)
		binary.go#L473: func encodeFast(bs []byte, order ByteOrder, data any) {